relative address - определение. Что такое relative address
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое relative address - определение

INTEGER INDICATING THE DISTANCE (DISPLACEMENT) BETWEEN THE BEGINNING OF AN ARRAY OR DATA STRUCTURE AND A GIVEN ELEMENT OR POINT
Relative address; Relative addressing

Offset (computer science)         
In computer science, an offset within an array or other data structure object is an integer indicating the distance (displacement) between the beginning of the object and a given element or point, presumably within the same object. The concept of a distance is valid only if all elements of the object are of the same size (typically given in bytes or words).
Relative velocity         
  • Relative motion man on train
  • Relative velocities between two particles in classical mechanics
VELOCITY OF AN OBJECT OR OBSERVER B IN THE REST FRAME OF ANOTHER OBJECT OR OBSERVER A
Relative motion; Relative speed
The relative velocity \vec{v}_{B\mid A} (also \vec{v}_{BA} or \vec{v}_{B \operatorname{rel} A}) is the velocity of an object or observer B in the rest frame of another object or observer A.
addresses         
  • 50px
  • James Fitton]] (1958)
COLLECTION OF INFORMATION THAT DESCRIBES THE LOCATION OF A BUILDING, APARTMENT, OR OTHER STRUCTURE
Address (geographical); Adress; Street address; Address (geography); Postal address; Mailing address format by country; Addresses; Mail address; Mailing address; Post adress; Addresse; Postal Addresse; Postal addresse; Post address; Postal addresses in the United Kingdom; Postal address (United States); United Kingdom postal addresses; Addresses in the UK; Address conventions by country; Addresses in Palau; Addess; Address (geography; Address format; Home address; Postal addresses in the netherlands; US address
archaic courteous or amorous approaches.

Википедия

Offset (computer science)

In computer science, an offset within an array or other data structure object is an integer indicating the distance (displacement) between the beginning of the object and a given element or point, presumably within the same object. The concept of a distance is valid only if all elements of the object are of the same size (typically given in bytes or words).

For example, if A is an array of characters containing "abcdef", the fourth element containing the character 'd' has an offset of three from the start of A.